Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Visual programming language</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Visual_programming_language"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Visual_programming_language rootpage-Visual_programming_language skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Visual programming language</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Not to be confused with <a href="Design_language" title="Design language">Design language</a>.</div>

<p>In <a href="Computing" title="Computing">computing</a>, a <b>visual programming language</b> (<b>visual programming system</b>, <b>VPL</b>, or, <b>VPS</b>), also known as <b>diagrammatic programming</b>,<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> <b>graphical programming</b> or <b>block coding</b>, is a <a href="Programming_language" title="Programming language">programming language</a> that lets users create <a href="Computer_program" title="Computer program">programs</a> by manipulating program elements <em>graphically</em> rather than by specifying them <em>textually</em>.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of <a href="Syntax" title="Syntax">syntax</a> or <a href="Secondary_notation" title="Secondary notation">secondary notation</a>. For example, many VPLs are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations. VPLs are generally the basis of <a href="Low-code_development_platform" title="Low-code development platform">low-code development platforms</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Definition">Definition</h2></div>
<p>VPLs may be further classified, according to the type and extent of visual expression used, into icon-based languages, form-based languages, and diagram languages. Visual programming environments provide graphical or iconic elements which can be manipulated by users in an interactive way according to some specific spatial grammar for program construction.
</p><p>The general goal of VPLs is to make programming more accessible to novices and to support programmers at three different levels<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p>
<dl><dt><b>Syntax</b></dt>
<dd>VPLs use icons/blocks, forms and diagrams trying to reduce or even eliminate the potential of syntactic errors helping with the arrangement of programming primitives to create well-formed programs.</dd>
<dt><b>Semantics</b></dt>
<dd>VPLs may provide some mechanisms to disclose the meaning of programming primitives. This could include help functions providing documentation functions built-in to programming languages.</dd>
<dt><b>Pragmatics</b></dt>
<dd>VPLs support the study of what programs mean in particular situations. This level of support allows users to put artifacts created with a VPL into a certain state in order to explore how the program will react to that state. Examples: In <a href="AgentSheets" title="AgentSheets">AgentSheets</a> or <a href="AgentCubes" title="AgentCubes">AgentCubes</a> users can set games or simulations into a particular state in order to see how program would react. With the <a href="Thymio" title="Thymio">Thymio</a> programming language users can bring a robot into a certain state in order to see how it will react, i.e., which sensors will be activated.</dd></dl>
<p>As of 2005, current developments try to integrate the visual programming approach with <a href="Dataflow_programming" title="Dataflow programming">dataflow programming</a> languages to either have immediate access to the <a href="Program_state" class="mw-redirect" title="Program state">program state</a>, resulting in online debugging, or automatic program generation and documentation. Dataflow languages also allow <a href="Automatic_parallelization" title="Automatic parallelization">automatic parallelization</a>, which is likely to become one of the greatest programming challenges of the future.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>The <a href="Visual_Basic_.NET" class="mw-redirect" title="Visual Basic .NET">Visual Basic</a>, <a href="C_Sharp_(programming_language)" title="C Sharp (programming language)">Visual C#</a>, <a href="J_Sharp" class="mw-redirect" title="J Sharp">Visual J#</a> etc. languages of the <a href="Microsoft_Visual_Studio" class="mw-redirect" title="Microsoft Visual Studio">Microsoft Visual Studio</a> integrated development environment (IDE) are not visual programming languages: the representation of algorithms etc. is textual even though the <a href="Integrated_development_environment" title="Integrated development environment">IDE</a> embellishes the editing and debugging activities with a rich user interface. A similar consideration applies to most other <a href="Rapid_application_development" title="Rapid application development">rapid application development</a> environments which typically support a <a href="Form_designer" class="mw-redirect" title="Form designer">form designer</a> and sometimes also have graphical tools to illustrate (but not define) control flow and data dependencies.
</p><p><a href="Parser" class="mw-redirect" title="Parser">Parsers</a> for visual programming languages can be implemented using <a href="Graph_grammar" class="mw-redirect" title="Graph grammar">graph grammars</a>.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Types_of_visual_languages">Types of visual languages</h2></div>
<p>The following list is not mutually exclusive, as some visual programming environments may incorporate elements from multiple paradigms. The choice of visual programming paradigm often depends on the specific requirements of the application or the preferences of the users or the developers.
</p>
<dl><dt><b>Block-based programming</b></dt>
<dd>Popularized by platforms like Scratch and Blockly, used in educational settings and for introductory programming.</dd>
<dt><b><a href="Flowchart" title="Flowchart">Flowcharts</a></b></dt>
<dd>Widely used in software engineering and systems design for representing algorithms and processes.</dd>
<dt><b>Drag-and-drop interfaces</b></dt>
<dd>Commonly used in GUI design tools and development environments for creating user interfaces.</dd>
<dt><b><a href="Node_graph_architecture" title="Node graph architecture">Node graphs</a></b></dt>
<dd>Frequently used in visual programming languages, game development, and dataflow systems.</dd>
<dt><b><a href="Dataflow_programming" title="Dataflow programming">Dataflow programming</a></b></dt>
<dd>Popular in parallel computing, signal processing, and visual programming environments.</dd>
<dt><b>Iconic programming</b></dt>
<dd>Used in various contexts for simplifying programming tasks, often associated with mobile app development.</dd>
<dt><b><a href="Finite-state_machine" title="Finite-state machine">State machines</a></b></dt>
<dd>Widely employed in game development, control systems, and modeling reactive systems.</dd>
<dt><b>Sheet-based programming</b></dt>
<dd>Found in spreadsheet applications and certain educational programming environments.</dd>
<dt><b>Timeline-based programming</b></dt>
<dd>Common in multimedia and animation software for sequencing events over time.</dd>
<dt><b>Spatial programming</b></dt>
<dd>Applied in certain interactive and 3D modeling environments.</dd>
<dt><b>Form-based programming</b></dt>
<dd>Used in applications where user input and graphical interfaces play a significant role, such as data entry applications.</dd></dl>
<div class="mw-heading mw-heading2"><h2 id="General-purpose_visual_languages">General-purpose visual languages</h2></div>

<p>Most of the VPLs are designed for <a href="Education" title="Education">education</a> or <a href="Domain-specific_language" title="Domain-specific language">domain-specific</a> usage where the target users are novice programmers. But there are some research projects try to provide a <a href="General-purpose_language" title="General-purpose language">general-purpose</a> visual programming language that can be used by mainstream programmers in any <a href="Software" title="Software">software</a> project instead of using textual programming languages (like <a href="C_(programming_language)" title="C (programming language)">C</a>, <a href="C%2B%2B" title="C++">C++</a>, <a href="Java_(programming_language)" title="Java (programming language)">Java</a>, etc.).
</p><p>For example, research projects such as Envision <sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> and <a href="PWCT" title="PWCT">PWCT</a><sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> are designed to achieve this goal.
It's common for a VPL to be developed using a textual programming language. Developing general-purpose VPLs allows the other way around. For example, a new textual programming language <a href="Compiler" title="Compiler">Compiler</a> and <a href="Virtual_machine" title="Virtual machine">Virtual Machine</a> have been developed and maintained using visual programming for many years.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> This approach increased the abstraction level, thereby hiding unnecessary details. <sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> This increased level of abstraction enables developers to concentrate on the program's overall structure and functionality instead of being entangled in the details of code syntax. <sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="List_of_visual_languages">List of visual languages</h2></div>

<p>The following contains a list of notable visual programming languages.
</p>
<div class="mw-heading mw-heading3"><h3 id="Educational">Educational</h3></div>
<ul><li><a href="AgentCubes" title="AgentCubes">AgentCubes</a>, 3D and 2D game design and simulation design computational thinking tools.</li>
<li><a href="AgentSheets" title="AgentSheets">AgentSheets</a>, game authoring and computational science authoring tool.</li>
<li><a href="Alice_(software)" title="Alice (software)">Alice</a>, an object based language used to program 3D environments.</li>
<li><a href="Analytica_(software)" title="Analytica (software)">Analytica</a>, for building and analyzing quantitative models for decision and risk analysis.</li>
<li><a href="App_Inventor_for_Android" class="mw-redirect" title="App Inventor for Android">App Inventor for Android</a>, a tool for creating <a href="Android_(operating_system)" title="Android (operating system)">Android</a> applications, based on <a href="Blockly" title="Blockly">Blockly</a> and <a href="Kawa_(Scheme_implementation)" title="Kawa (Scheme implementation)">Kawa</a>.</li>
<li><a href="Blockly" title="Blockly">Blockly</a>, a client-side library for the programming language <a href="JavaScript" title="JavaScript">JavaScript</a> for creating block-based visual programming languages (VPLs) and editors. Blockly is known for its use on <a href="Scratch_(programming_language)" title="Scratch (programming language)">Scratch</a>.</li>
<li><a href="Catrobat" title="Catrobat">Catrobat</a>, block-based visual programming language for animations, apps and games</li>
<li><a href="Etoys_(programming_language)" title="Etoys (programming language)">Etoys</a>, developed under the direction of <a href="Alan_Kay" title="Alan Kay">Alan Kay</a> at Disney to support constructionist learning, influenced by <a href="Seymour_Papert" title="Seymour Papert">Seymour Papert</a> and the Logo programming language</li>
<li><a href="Flowcode" title="Flowcode">Flowcode</a>, a visual programming tool for embedded microcontrollers and Windows.</li>
<li><a href="Flowgorithm_(programming_language)" class="mw-redirect" title="Flowgorithm (programming language)">Flowgorithm</a>, creates executable flowcharts which can be converted to several languages.</li>
<li><a href="Greenfoot" title="Greenfoot">Greenfoot</a>, an IDE for Java or Stride primarily designed for educational purposes, as well as for GUI and game development</li>
<li><a href="Hopscotch_(programming_language)" title="Hopscotch (programming language)">Hopscotch</a>, an <a href="IPad" title="IPad">iPad</a> app, and visual programming language for creating touchscreen-oriented mobile applications.</li>
<li><a href="Kodu_Game_Lab" title="Kodu Game Lab">Kodu</a>, a visual programming tool for <a href="Logo_(programming_language)" title="Logo (programming language)">Logo</a>.</li>
<li><a href="Kojo_(learning_environment)" title="Kojo (learning environment)">Kojo</a>, a programming language, <a href="Integrated_development_environment" title="Integrated development environment">IDE</a>, and learning environment.</li>
<li><a href="MBlock" class="mw-redirect" title="MBlock">mBlock</a>, an extension of Scratch for <a href="Arduino" title="Arduino">Arduino</a> hardware interfaces. Developed by <a href="Makeblock" title="Makeblock">Makeblock</a>.</li>
<li><a href="Open_Roberta" title="Open Roberta">Open Roberta</a>, online programming environment from Fraunhofer IAIS, designed for children.</li>
<li><a href="Pencil_Code_(programming_language)" title="Pencil Code (programming language)">Pencil Code</a>, a visual programming language centered on drawing with a pencil</li>
<li><a href="Raptor_(programming_language)" title="Raptor (programming language)">Raptor</a>, a product of the <a href="USAF" class="mw-redirect" title="USAF">USAF</a>, for drawing executable flowcharts.</li>
<li><a href="Scratch_(programming_language)" title="Scratch (programming language)">Scratch</a>, a product of <a href="MIT" class="mw-redirect" title="MIT">MIT</a>, designed for children in K-12 and after-school programs.</li>
<li><a href="ScratchJr" title="ScratchJr">ScratchJr</a>, an interpretation of Scratch designed primarily for younger audiences (5-7-year-old children).</li>
<li><a href="Snap!_(programming_language)" title="Snap! (programming language)">Snap!</a>, a browser-based reimplementation of <a href="BYOB_(programming_language)" class="mw-redirect" title="BYOB (programming language)">BYOB</a>, and extension of <a href="Scratch_(programming_language)" title="Scratch (programming language)">Scratch</a>, with first class procedures and lists. Used for teaching at <a href="UC_Berkeley" class="mw-redirect" title="UC Berkeley">UC Berkeley</a>.</li>
<li><a href="Stagecast_Creator" title="Stagecast Creator">Stagecast Creator</a>, a Java-based teaching system.</li>
<li><a href="StarLogo" title="StarLogo">StarLogo</a>, an <a href="Computer_simulation#Types" title="Computer simulation">agent-based</a> simulation language developed by <a href="Mitchel_Resnick" title="Mitchel Resnick">Mitchel Resnick</a>, <a href="Eric_Klopfer" title="Eric Klopfer">Eric Klopfer</a>, and others at <a href="MIT_Media_Lab" title="MIT Media Lab">MIT Media Lab</a>. An extension of the <a href="Logo_(programming_language)" title="Logo (programming language)">Logo</a> programming language (a <a href="Programming_language_dialect" class="mw-redirect" title="Programming language dialect">dialect</a> of <a href="Lisp_(programming_language)" title="Lisp (programming language)">Lisp</a>).</li>
<li><a href="ToonTalk" title="ToonTalk">ToonTalk</a>, programming system for children.</li>
<li><a href="Visual_Logic_(programming_language)" class="mw-redirect" title="Visual Logic (programming language)">Visual Logic</a>, for creating executable flowcharts.</li>
<li><a href="VIPLE" title="VIPLE">VIPLE</a> Visual IoT/Robotics Programming Language Environment</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Multimedia">Multimedia</h3></div>
<ul><li><a href="AudioMulch" title="AudioMulch">AudioMulch</a>, an audio signal flow based sound and music creation environment</li>
<li><a href="Blender_(software)" title="Blender (software)">Blender</a>, the open source <a href="3D_computer_graphics" title="3D computer graphics">3D graphics</a> package, includes <a href="Directed_acyclic_graph" title="Directed acyclic graph">node graphs</a> for building <a href="Shader" title="Shader">shaders</a>,<sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> <a href="Compositing" title="Compositing">composites</a><sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> <a href="Procedural_texture" title="Procedural texture">textures</a>,<sup id="cite_ref-17" class="reference"><a href="#cite_note-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup> and <a href="Procedural_modeling" title="Procedural modeling">non-destructive geometry</a>.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Cameleon_(programming_language)" title="Cameleon (programming language)">Cameleon</a>, graphical functional language</li>
<li><a href="Clickteam" title="Clickteam">Clickteam</a>'s The games factory/Multimedia fusion series, environments made for visually developing games</li>
<li><a href="DYNAMO_(programming_language)" title="DYNAMO (programming language)">Dynamo</a>, a generative modeling interface for <a href="Autodesk_Revit" title="Autodesk Revit">Autodesk Revit</a></li>
<li><a href="Filter_Forge" title="Filter Forge">Filter Forge</a>, a node based filter generation for image processing</li>
<li><a href="Houdini_(software)" title="Houdini (software)">Houdini (software)</a>, a visual effects, modeling, and animation software</li>
<li><a href="GenerativeComponents" title="GenerativeComponents">GenerativeComponents</a>, a parametric CAD software developed by <a href="Bentley_Systems" title="Bentley Systems">Bentley Systems</a></li>
<li><a href="Grasshopper_3D" title="Grasshopper 3D">Grasshopper 3D</a>, a generative modeling interface for <a href="Rhinoceros_3D" title="Rhinoceros 3D">Rhinoceros 3D</a></li>
<li><a href="Isadora_(software)" title="Isadora (software)">Isadora</a>, a <a href="Proprietary_software" title="Proprietary software">proprietary</a> graphic programming environment for <a href="MacOS" title="MacOS">macOS</a> and <a href="Microsoft_Windows" title="Microsoft Windows">Microsoft Windows</a>, with emphasis on real-time manipulation of digital video.</li>
<li><a href="Kyma_(sound_design_language)" title="Kyma (sound design language)">Kyma (sound design language)</a>, a visual programming language for sound design used by musicians, researchers, and sound designers.</li>
<li><a href="Mama_(software)" title="Mama (software)">Mama (software)</a>, a programming language and IDE for building 3D animations and games</li>
<li><a href="Max_(software)" title="Max (software)">Max (software)</a>, a visual programming environment for building interactive, real-time music and multimedia applications
<ul><li><a href="Max/MSP" class="mw-redirect" title="Max/MSP">Max/MSP</a></li>
<li><a href="Pure_Data" title="Pure Data">Pure Data</a></li>
<li><a href="Nato.0%2B55%2B3d" title="Nato.0+55+3d">nato.0+55+3d</a></li></ul></li>
<li><a href="Nodal_(software)" title="Nodal (software)">Nodal</a>, a node-based generative programming software application for music composition</li>
<li><a href="Nuke_(software)" title="Nuke (software)">Nuke</a>, an object-based visual programming software for <a href="Visual_effects" title="Visual effects">visual effects</a> <a href="Compositing" title="Compositing">compositing</a> by <a href="The_Foundry_Visionmongers" title="The Foundry Visionmongers">The Foundry</a> powered by Tcl, Python, and Blink-script.</li>
<li><a href="OpenMusic" title="OpenMusic">OpenMusic</a>, a visual programming language for music composition (based on <a href="Common_Lisp_Object_System" title="Common Lisp Object System">Common Lisp Object System</a> (CLOS)) applications, and mobile applications</li>
<li><a href="Pure_Data" title="Pure Data">Pure Data</a> (Pd) is a visual programming language developed for creating interactive computer music and multimedia works.</li>
<li><a href="Quartz_Composer" title="Quartz Composer">Quartz Composer</a>, a language for processing and rendering graphical data (<span class="nowrap">macOS</span>)</li>
<li><a href="Reaktor" title="Reaktor">Reaktor</a>, a DSP and MIDI-processing language by <a href="Native_Instruments" title="Native Instruments">Native Instruments</a></li>
<li><a href="Scala_Multimedia" class="mw-redirect" title="Scala Multimedia">Scala Multimedia</a> Authoring suite and complete multimedia system for AmigaOS and Windows</li>
<li><a href="Autodesk_Softimage" title="Autodesk Softimage">Softimage</a>, with ICE Interactive Creative Environment.</li>
<li><a href="SynthEdit" title="SynthEdit">SynthEdit</a>, a Synthesizer construction tool using a VPL.</li>
<li><a href="TouchDesigner" title="TouchDesigner">TouchDesigner</a>, visual programming language for real-time multimedia content</li>
<li><a href="Virtools" class="mw-redirect" title="Virtools">Virtools</a>, a middleware used to create interactive 3D experiences</li>
<li><a href="Vvvv" title="Vvvv">vvvv</a>, a general purpose toolkit with a special focus on real-time video synthesis and programming large media environments with physical interfaces, <a href="Real-time_computing" title="Real-time computing">real-time</a> motion graphics, audio, and video.</li>
<li><a href="WireFusion" title="WireFusion">WireFusion</a>, visual programming environment for creating interactive 3D web presentations</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Video_games">Video games</h3></div>
<ul><li><a href="Babylon.js" title="Babylon.js">Babylon.js</a> has a node material editor that can be used to build shaders, procedural textures, particle systems and post processing effects.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup></li>
<li><a href="Blender_Game_Engine" title="Blender Game Engine">Blender Game Engine</a> (Graphical logic editor)</li>
<li><a href="Buildbox" title="Buildbox">Buildbox</a></li>
<li><a href="Clickteam" title="Clickteam">Clickteam Fusion</a>, a 2D game creation software with event editor system, developed by Clickteam SARL, originally known as Klik n' Play, The Games Factory and Multimedia Fusion 2</li>
<li><a href="Construct_(game_engine)" title="Construct (game engine)">Construct</a> 2-3 are HTML5-based 2D game editors, developed by Scirra Ltd.
<ul><li><a href="Construct_(game_engine)#Construct_Classic" title="Construct (game engine)">Construct Classic</a> is the previous, DirectX-based open-sourced version of Construct.<sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-22" class="reference"><a href="#cite_note-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li></ul></li>
<li><a href="CryEngine" title="CryEngine">CryEngine</a> has a node-based visual programming language called FlowGraph.</li>
<li><a href="Dreams_(video_game)" title="Dreams (video game)">Dreams</a>, which runs on PlayStation, has an extensive visual language to allow players to create any kind of game</li>
<li><a href="Game_Builder_Garage" title="Game Builder Garage">Game Builder Garage</a>, a 3D and 2D game creation tool for the <a href="Nintendo_Switch" title="Nintendo Switch">Nintendo Switch</a>, developed by <a href="Nintendo" title="Nintendo">Nintendo</a>.</li>
<li><a href="GameMaker_Studio" class="mw-redirect" title="GameMaker Studio">GameMaker Studio</a>, has a drag-and-drop game creation system developed by YoYo Games.</li>
<li><a href="GameSalad" title="GameSalad">GameSalad</a> is a visual game creation tool developed by GameSalad, Inc.</li>
<li><a href="GDevelop" title="GDevelop">GDevelop</a> is a visual game creation tool created by Florian Rival (4ian).</li>
<li><a href="Godot_(game_engine)" title="Godot (game engine)">Godot</a> game engine allows game scripts and graphics shaders to be built using node-graph visual programming languages. This feature has been removed but can still be used with an addon</li>
<li><a href="Human_Resource_Machine" title="Human Resource Machine">Human Resource Machine</a> is a visual programming-based puzzle game developed by <a href="Tomorrow_Corporation" title="Tomorrow Corporation">Tomorrow Corporation</a>.</li>
<li><a href="Kodu" class="mw-redirect" title="Kodu">Kodu</a>, a software designed to program games with a 3D interface developed by Microsoft Research.</li>
<li>MakeCode Arcade, by Microsoft</li>
<li><a href="Pixel_Game_Maker_MV" title="Pixel Game Maker MV">Pixel Game Maker MV</a> is an interface-based 2D video game development tool.</li>
<li><a href="Rec_Room_(video_game)" title="Rec Room (video game)">Rec Room</a> includes a game creation system with a node-based visual programming language called Circuits.</li>
<li><a href="Snowdrop_(game_engine)" title="Snowdrop (game engine)">Snowdrop</a> has a visual scripting system.</li>
<li><a href="Stencyl" title="Stencyl">Stencyl</a>, a video game creation tool.</li>
<li><a href="Unity_(game_engine)" title="Unity (game engine)">Unity</a> has a visual scripting system as of the ECS release. (Formally known as Bolt)</li>
<li><a href="Unreal_Engine_4" title="Unreal Engine 4">Unreal Engine 4</a> has a node-based visual programming language called Blueprints, and also shaders.</li></ul>
<p>Many modern video games make use of <a href="Behavior_tree_(artificial_intelligence%2C_robotics_and_control)" title="Behavior tree (artificial intelligence, robotics and control)">behavior trees</a>, which are in principle a family of simple programming languages designed to <a href="Behavior_model" class="mw-redirect" title="Behavior model">model behaviors</a> for <a href="Non-player_character" title="Non-player character">non-player characters</a>. The behaviors are modeled as trees, and are often edited in graphical editors.
</p>
<div class="mw-heading mw-heading3"><h3 id="Systems_/_simulation">Systems / simulation</h3></div>
<ul><li><a href="Analytica_(software)" title="Analytica (software)">Analytica</a>, a commercial visual language for decision models based on <a href="Influence_diagrams" class="mw-redirect" title="Influence diagrams">influence diagrams</a>.</li>
<li><a href="Business_Process_Execution_Language" title="Business Process Execution Language">BPEL (Business Process Execution Language)</a>, currently a Graphical user based Programming Language used to create orchestration logic for data and web services. It is based on XML, but has a graphical interface for faster coding.</li>
<li>Cerbrec Graphbook, a computing platform that allows anyone to use visual programming to design, audit, and run GPU-intensive workflows</li>
<li><a href="DRAKON" title="DRAKON">DRAKON</a>, a graphical algorithmic language, a <a href="Free_and_open-source_software" title="Free and open-source software">free and open source</a> <a href="Algorithm" title="Algorithm">algorithmic</a> visual programming and <a href="Modeling_language" title="Modeling language">modeling language</a> developed as part of the defunct Soviet Union <a href="Buran_program" class="mw-redirect" title="Buran program">Buran space program</a></li>
<li><a href="Flowcode" title="Flowcode">Flowcode</a> is a graphical programming language to program <a href="Embedded_microprocessor" class="mw-redirect" title="Embedded microprocessor">embedded microprocessors</a></li>
<li><a rel="nofollow" class="external text" href="https://github.com/flydelabs/flyde">Flyde</a> is an open-source visual-programming language that integrates with <a href="TypeScript" title="TypeScript">Typescript</a> code and can run from <a href="Visual_Studio_Code" title="Visual Studio Code">VS Code studio</a></li>
<li><a href="Function_block_diagram" title="Function block diagram">Function block diagrams</a>, used in <a href="Programmable_logic_controller" title="Programmable logic controller">programmable logic controllers</a></li>
<li><a href="GNU_Radio" title="GNU Radio">GNU Radio</a>, a development toolkit which provides signal-processing blocks to implement software-defined-radios and signal-processing systems</li>
<li><a href="KNIME" title="KNIME">KNIME</a>, the Konstanz Information Miner, is an open source data analytics, reporting and integration platform</li>
<li><a href="LabVIEW" title="LabVIEW">LabVIEW</a>, a graphical language designed for engineers and scientists</li>
<li><a href="Ladder_logic" title="Ladder logic">Ladder logic</a>, a language that simulates relay logic commonly used in <a href="Programmable_logic_controller" title="Programmable logic controller">programmable logic controllers</a></li>
<li><a href="MeVisLab" title="MeVisLab">MeVisLab</a>, cross-platform <a href="Application_framework" title="Application framework">application framework</a> for <a href="Medical_image_processing" class="mw-redirect" title="Medical image processing">medical image processing</a> and <a href="Scientific_visualization" title="Scientific visualization">scientific visualization</a></li>
<li><a href="Microsoft_Visual_Programming_Language" title="Microsoft Visual Programming Language">Microsoft Visual Programming Language</a>, dataflow language for <a href="Robotics" title="Robotics">robotics</a> programming that is a component of <a href="Microsoft_Robotics_Studio" class="mw-redirect" title="Microsoft Robotics Studio">Microsoft Robotics Studio</a></li>
<li><a href="MindRover" title="MindRover">MindRover</a>, a robot programming game incorporating a dataflow "wiring" language</li>
<li><a href="Minibloq" title="Minibloq">Minibloq</a>, visual programming language for <a href="Robotics" title="Robotics">robotics</a> and <a href="Arduino" title="Arduino">Arduino</a> compatible boards</li>
<li><a href="MST_Workshop" title="MST Workshop">MST Workshop</a>, an interactive visual programming language for creating mathematical solutions, rapid prototyping, two-dimensional and three-dimensional graphic applications</li>
<li><a href="Node-RED" title="Node-RED">Node-RED</a>: software system rapid development toolkit</li>
<li><a href="Lego_Mindstorms_NXT#NXT-G" title="Lego Mindstorms NXT">NXT-G</a>, a visual programming language for the <a href="Lego_Mindstorms_NXT" title="Lego Mindstorms NXT">Lego Mindstorms NXT</a> robotics kit</li>
<li><a href="OpenDX" class="mw-redirect" title="OpenDX">OpenDX</a> scientific data visualization using a visual programming language and data flow model</li>
<li><a href="OpenWire_(library)" title="OpenWire (library)">OpenWire</a> - adds visual dataflow programming abilities to <a href="Delphi_(programming_language)" class="mw-redirect" title="Delphi (programming language)">Delphi</a> via <a href="Visual_Component_Library" title="Visual Component Library">Visual Component Library</a> (VCL) components and a graphical editor (homonymous <a href="OpenWire_(binary_protocol)" title="OpenWire (binary protocol)">binary protocol</a> is unrelated)</li>
<li><a href="Orange_(software)" title="Orange (software)">Orange</a> - An <a href="Open-source_software" title="Open-source software">open-source</a>, visual programming tool for <a href="Data_mining" title="Data mining">data mining</a>, statistical <a href="Data_analysis" title="Data analysis">data analysis</a>, and <a href="Machine_learning" title="Machine learning">machine learning</a></li>
<li><a href="OutSystems" title="OutSystems">OutSystems</a> language, a visual modeling language to develop and change all layers of business centric web applications</li>
<li><a href="Prograph" title="Prograph">Prograph</a> - an <a href="Object-oriented_programming" title="Object-oriented programming">object-oriented programming</a> language that uses iconic symbols to represent actions to be taken on data</li>
<li><a href="Ptolemy_Project" title="Ptolemy Project">Ptolemy Project</a> - a project aimed at modeling and designing real-time <a href="Embedded_system" title="Embedded system">embedded systems</a>.</li>
<li><a href="Qucs" class="mw-redirect" title="Qucs">Qucs</a> graphical interface to set up simulation of electronic circuit signal and noise behavior</li>
<li>Reallusion - <a href="IClone" title="IClone">iClone</a>, a 3D software with Lua language and visual programming design</li>
<li><a href="Fischertechnik#Robotic_process_control" title="Fischertechnik">ROBO Pro</a>, a visual programming language for the <a href="Fischertechnik" title="Fischertechnik">fischertechnik</a> robotics kit</li>
<li><a href="Scicos" title="Scicos">Scicos</a> A graphical language associated with the numerical analysis package <a href="ScicosLab" title="ScicosLab">ScicosLab</a> (originally <a href="SciLab" class="mw-redirect" title="SciLab">SciLab</a>)</li>
<li><a href="Sequential_function_chart" title="Sequential function chart">Sequential function chart</a>, a Petri-net like programming language for <a href="Programmable_logic_controller" title="Programmable logic controller">programmable logic controllers</a></li>
<li><a href="Simcenter_Amesim" title="Simcenter Amesim">Simcenter Amesim</a>, graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems</li>
<li><a href="Simulink" title="Simulink">Simulink</a>, graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems</li>
<li><a href="Stateflow" title="Stateflow">Stateflow</a>, a graphical language that includes  executable state transition diagrams, flow charts, state transition tables, and truth tables</li>
<li><a href="STELLA_(programming_language)" title="STELLA (programming language)">STELLA</a>, a VPL for system dynamics modeling</li>
<li><a href="Autodesk_Softimage#ICE_Interactive_Creative_Environment" title="Autodesk Softimage">Softimage ICE</a>, a node-based system that is used to create and modify <a href="3D_modeling" title="3D modeling">3D models</a>, simulate particles and perform various other tasks</li>
<li><a href="Unified_Modeling_Language" title="Unified Modeling Language">Unified Modeling Language</a> depicts connectives (arrows) such as 'isA', 'has' as icons; resources can be roles</li>
<li><a href="Agilent_VEE" class="mw-redirect" title="Agilent VEE">VEE</a> is a powerful graphical programming environment for automated test, measurement and advanced analysis used in Test Engineering.</li>
<li><a href="VisSim" title="VisSim">VisSim</a>, modeling and <a href="Simulation_language" title="Simulation language">simulation language</a>, allows making mathematical models quickly and executing them in real-time</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Automation">Automation</h3></div>
<ul><li><a href="Automator_(software)" class="mw-redirect" title="Automator (software)">Automator</a></li>
<li><a href="CiMPLE" title="CiMPLE">CiMPLE</a>, Visual Programming Language by ThinkLABs for teaching robotics</li>
<li><a href="WebMethods_Flow" class="mw-redirect" title="WebMethods Flow">Flow</a> a graphical integration language used in the <a href="WebMethods" title="WebMethods">webMethods</a> platform</li>
<li><a href="Pipeline_Pilot" title="Pipeline Pilot">Pipeline Pilot</a> is a scientific visual and dataflow programming language, and the authoring tool for <a href="BIOVIA" title="BIOVIA">the Accelrys Enterprise Platform</a>.</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Data_warehousing_/_business_intelligence">Data warehousing / business intelligence</h3></div>
<ul><li><a href="Ab_Initio_Software" title="Ab Initio Software">Ab Initio</a>, a tool for <a href="Extract%2C_transform%2C_load" title="Extract, transform, load">ETL</a> processing by creating graphs</li>
<li><a href="Alteryx" title="Alteryx">Alteryx Designer</a>, a tool for data processing and analytics incorporating <a href="SQL" title="SQL">SQL</a>, R, and Python.</li>
<li><a href="Apache_Nifi" class="mw-redirect" title="Apache Nifi">Apache Nifi</a>, software project to automate the flow of data between software systems.</li>
<li><a href="IBM_Cognos_Business_Intelligence" class="mw-redirect" title="IBM Cognos Business Intelligence">IBM Cognos Business Intelligence</a>, is an example for front-end programs in <a href="Business_intelligence" title="Business intelligence">business intelligence</a> applications, which are used to generate <a href="SQL" title="SQL">SQL</a> queries to run against <a href="RDBMS" class="mw-redirect" title="RDBMS">RDBMS</a> databases</li>
<li><a href="IBM_InfoSphere_DataStage" title="IBM InfoSphere DataStage">IBM InfoSphere DataStage</a>, an ETL tool</li>
<li><a href="Informatica" title="Informatica">Informatica Powercenter</a> is an ETL tool to design mappings graphically for data load in Data Warehouse systems</li>
<li><a href="Microsoft_Access" title="Microsoft Access">Microsoft Access</a>, query design functionality</li>
<li><a href="SQL_Server_Integration_Services" title="SQL Server Integration Services">Microsoft SQL Server Integration Services (SSIS)</a>, a platform for data integration and workflow applications</li>
<li><a href="Pentaho" title="Pentaho">Pentaho Data Integration (PDI)</a>, formerly named Kettle, an open-source ETL tool</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Miscellaneous">Miscellaneous</h3></div>
<ul><li><a href="Bubble_(programming_language)" title="Bubble (programming language)">Bubble</a>, for creating production-ready <a href="Web_application" title="Web application">web applications</a>.</li>
<li>Cube , an esolang to emulate a 3D cube via a 2D text interface <style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://esolangs.org/wiki/Cube">"Cube"</a>.</cite></li>
<li><a href="Kwikpoint" title="Kwikpoint">Kwikpoint</a>, an isotype visual translator created by Alan Stillman</li>
<li><a href="Morphic_(software)" title="Morphic (software)">Morphic (software)</a>, makes it easier to build and edit graphical objects by direct manipulation and from within programs; the whole <a href="Self_(programming_language)" title="Self (programming language)">Self (programming language)</a> programming environment is built using Morphic</li>
<li><a href="Piet_(programming_language)" class="mw-redirect" title="Piet (programming language)">Piet</a>, an esoteric language, the program is an image whose pixels are the language's elements</li>
<li>ProtoFlux, visual language used in the <a href="Resonite" title="Resonite">Resonite</a> virtual reality system.</li>
<li><a href="PWCT" title="PWCT">PWCT</a>, Free open source visual programming language for software development</li>
<li>Pygmalion, a creative programming environment developed in 1975 by DARPA based on human communication and systems design</li>
<li><a href="Shortcuts_(app)" class="mw-redirect" title="Shortcuts (app)">Shortcuts</a>, a visual scripting language developed by Apple for creating macros on <a href="MacOS" title="MacOS">macOS</a>, <a href="IOS" title="IOS">iOS</a>, <a href="IPadOS" title="IPadOS">iPadOS</a>, and <a href="WatchOS" title="WatchOS">watchOS</a>.</li>
<li><a href="StreamBase_Systems" class="mw-redirect" title="StreamBase Systems">StreamBase Systems</a>, StreamBase EventFlow is a visual programming language for processing streaming events</li>
<li><a href="WebML" title="WebML">WebML</a>, is a visual language for designing complex data-intensive Web applications that can be automatically generated</li>
<li><a href="Yahoo!_Pipes" class="mw-redirect" title="Yahoo! Pipes">Yahoo! Pipes</a> is a visual data-flow programming system to process web data<sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup></li>
<li><a href="YAWL" title="YAWL">YAWL</a>, graphical workflow language</li></ul>
<div class="mw-heading mw-heading3"><h3 id="Legacy">Legacy</h3></div>
<ul><li><a href="AppWare" title="AppWare">AppWare</a>, also known as MicroBrew, icon based programming for <a href="Classic_Mac_OS" title="Classic Mac OS">classic Mac OS</a> and <a href="Microsoft_Windows" title="Microsoft Windows">Microsoft Windows</a></li>
<li><a href="Macromedia_Authorware" class="mw-redirect" title="Macromedia Authorware">Macromedia Authorware</a> - flowchart based programming language</li>
<li><a href="Helix_(database)" title="Helix (database)">Helix</a> and Double Helix, a pioneering database management system for the Apple Macintosh platform, created in 1983</li>
<li><a href="Illumination_Software_Creator" title="Illumination Software Creator">Illumination Software Creator</a>, a language and IDE for visually creating desktop and mobile software</li>
<li><a href="ThingLab" title="ThingLab">ThingLab</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Visual_styles">Visual styles</h2></div>
<ul><li><a href="DRAKON" title="DRAKON">DRAKON (Dragon)</a>, a <a href="Specification_and_Description_Language" title="Specification and Description Language">SDL</a>- and <a href="Architecture_Analysis_%26_Design_Language" title="Architecture Analysis &amp; Design Language">AADL</a>-influenced visual 2D programming language designed for developing the on-board hard real-time software system for automatic flight and landing of the Soviet/Russian <a href="Buran_(spacecraft)" title="Buran (spacecraft)">Buran (Snowstorm) orbiting spacecraft</a></li>
<li><a href="Executable_UML" title="Executable UML">Executable UML</a>, a <a href="Profile_(UML)" title="Profile (UML)">profile</a> of the <a href="Universal_Modeling_Language" class="mw-redirect" title="Universal Modeling Language">Universal Modeling Language</a> specification defining executable semantics for a subset of UML</li>
<li><a href="Flowchart" title="Flowchart">Flowchart</a></li>
<li><a href="Subtext_(programming_language)" title="Subtext (programming language)">Subtext</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Argument_map" title="Argument map">Argument map</a></li>
<li><a href="Cognitive_dimensions_of_notations" title="Cognitive dimensions of notations">Cognitive dimensions of notations</a> - Notation assessment for visual and non-visual languages</li>
<li><a href="Concept_map" title="Concept map">Concept map</a></li>
<li><a href="Dataflow_programming" title="Dataflow programming">Dataflow programming</a></li>
<li><a href="Deutsch_limit" title="Deutsch limit">Deutsch limit</a>, an <a href="Aphorism" title="Aphorism">aphorism</a> about the information density of <a href="Language_primitive" title="Language primitive">language primitives</a> in a visual notation</li>
<li><a href="Domain-specific_modeling" title="Domain-specific modeling">Domain-specific modeling</a></li>
<li><a href="Drag_and_drop" title="Drag and drop">Drag and drop</a></li>
<li><a href="Flow-based_programming" title="Flow-based programming">Flow-based programming</a></li>
<li><a href="Graph_drawing" title="Graph drawing">Graph drawing</a></li>
<li><a href="Low-code_development_platform" title="Low-code development platform">Low-code development platform</a></li>
<li><a href="No-code_development_platform" title="No-code development platform">No-code development platform</a></li>
<li><a href="Programming_game" title="Programming game">Programming game</a></li>
<li><a href="Unified_Modeling_Language" title="Unified Modeling Language">Unified Modeling Language</a></li>
<li><a href="Visual_language" title="Visual language">Visual language</a></li>
<li><a href="Visual_modeling" title="Visual modeling">Visual modeling</a></li>
<li><a href="Visual_thinking" title="Visual thinking">Visual thinking</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite id="CITEREFBraggDriskill1994" class="citation book cs1">Bragg, S.D.; Driskill, C.G. (1994). "Diagrammatic-graphical programming languages and DoD-STD-2167A". <i>Proceedings of AUTOTESTCON '94</i>. pp.&nbsp;<span class="nowrap">211–</span>220. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FAUTEST.1994.381508">10.1109/AUTEST.1994.381508</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-7803-1910-9</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:62509261">62509261</a>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFKuhailFarooqHammadBahja2021" class="citation journal cs1">Kuhail, M. A.; Farooq, S.; Hammad, R.; Bahja, M. (2021). <a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FACCESS.2021.3051043">"Characterizing Visual Programming Approaches for End-User Developers: A Systematic Review"</a>. <i>IEEE Access</i>. <b>9</b>: <span class="nowrap">14181–</span>14202. <a href="Bibcode_(identifier)" class="mw-redirect" title="Bibcode (identifier)">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2021IEEEA...914181K">2021IEEEA...914181K</a>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FACCESS.2021.3051043">10.1109/ACCESS.2021.3051043</a></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFJostKetterlBuddeLeimbach2014" class="citation book cs1">Jost, Beate; Ketterl, Markus; Budde, Reinhard; Leimbach, Thorsten (2014). "Graphical Programming Environments for Educational Robots: Open Roberta - Yet Another One?". <i>2014 IEEE International Symposium on Multimedia</i>. pp.&nbsp;<span class="nowrap">381–</span>386. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FISM.2014.24">10.1109/ISM.2014.24</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-4799-4311-1</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:8272806">8272806</a>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFRepenning2017" class="citation journal cs1">Repenning, Alexander (2017). <a rel="nofollow" class="external text" href="https://doi.org/10.18293%2Fvlss2017-010">"Moving Beyond Syntax: Lessons from 20 Years of Blocks Programing in AgentSheets"</a>. <i>Journal of Visual Languages and Sentient Systems</i>. <b>3</b>: <span class="nowrap">68–</span>91. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.18293%2Fvlss2017-010">10.18293/vlss2017-010</a></span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFJohnstonHanna,_J.R.P.Millar,_R.J.2004" class="citation journal cs1">Johnston, W.M.; Hanna, J.R.P.; Millar, R.J. (2004). <a rel="nofollow" class="external text" href="http://www.cs.ucf.edu/~dcm/Teaching/COT4810-Spring2011/Literature/DataFlowProgrammingLanguages.pdf">"Advances in dataflow programming languages"</a> <span class="cs1-format">(PDF)</span>. <i><a href="ACM_Computing_Surveys" title="ACM Computing Surveys">ACM Computing Surveys</a></i>. <b>36</b> (1): <span class="nowrap">1–</span>34. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F1013208.1013209">10.1145/1013208.1013209</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:5257722">5257722</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2011-02-16</span></span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFRekersSchürr1997" class="citation journal cs1">Rekers, J.; Schürr, A. (1997). "Defining and parsing visual languages with layered graph grammars". <i>Journal of Visual Languages &amp; Computing</i>. <b>8</b> (1): <span class="nowrap">27–</span>55. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1006%2Fjvlc.1996.0027">10.1006/jvlc.1996.0027</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:40088910">40088910</a>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFZhang2001" class="citation journal cs1">Zhang, D.-Q. (2001). "A context-sensitive graph grammar formalism for the specification of visual languages". <i>The Computer Journal</i>. <b>44</b> (3): <span class="nowrap">186–</span>200. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1093%2Fcomjnl%2F44.3.186">10.1093/comjnl/44.3.186</a>. <a href="Hdl_(identifier)" class="mw-redirect" title="Hdl (identifier)">hdl</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://hdl.handle.net/10397%2F17637">10397/17637</a></span>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:14139133">14139133</a>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text">Asenov, D. and Muller, P., 2014, July. Envision: A fast and flexible visual code editor with fluid interactions (overview). In 2014 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) (pp. 9-12). IEEE.</span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.pm.inf.ethz.ch/research/envision.html">"Envision"</a>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text">Fayed, M.S., Al-Qurishi, M., Alamri, A., Hossain, M.A. and Al-Daraiseh, A.A., 2020. PWCT: a novel general-purpose visual programming language in support of pervasive application development. CCF Transactions on Pervasive Computing and Interaction, 2, pp.164-177.</span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text">Ayouni, M., 2020. Beginning Ring programming (Vol. 978, No. 1, pp. 4842-5832). Apress.</span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">Fayed, Mahmoud Samir, and Yousef A. Alohali. "Ring: A Lightweight and Versatile Cross-Platform Dynamic Programming Language Developed Using Visual Programming." Electronics 13, no. 23 (2024): 4627.</span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text">Green, T.; Blackwell, A. Cognitive dimensions of information artefacts: A tutorial. In Proceedings of the BCS HCI Conference, Sheffield, UK, 1–4 August 1998; Volume 98, pp. 1–75</span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text">Green, T.R.; Blandford, A.E.; Church, L.; Roast, C.R.; Clarke, S. Cognitive dimensions: Achievements, new directions, and open questions. J. Vis. Lang. Comput. 2006, 17, 328–365</span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://docs.blender.org/manual/en/latest/editors/shader_editor.html">"Shader Editor — Blender Manual"</a>. <i>docs.blender.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://docs.blender.org/manual/en/latest/compositing/index.html">"Compositing — Blender Manual"</a>. <i>docs.blender.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://docs.blender.org/manual/en/2.79/render/cycles/materials/texture_editing.html">"Texture Editing — Blender Manual"</a>. <i>docs.blender.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://wiki.blender.org/wiki/Reference/Release_Notes/2.92/Geometry_Nodes">"Reference/Release Notes/2.92/Geometry Nodes - Blender Developer Wiki"</a>. <i>wiki.blender.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://docs.blender.org/manual/en/latest/modeling/geometry_nodes/index.html">"Geometry Nodes — Blender Manual"</a>. <i>docs.blender.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-10-02</span></span>.</cite></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nme.babylonjs.com/">"Babylon.js Node Material Editor"</a>. <i>nme.babylonjs.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2021-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.scirra.com/forum/construct-classic">Construct Classic home page</a></span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://sourceforge.net/projects/construct/">Construct Classic page on SourceForge</a></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150103090119/http://pipes.yahoo.com/pipes/">"Yahoo! pipes"</a>. Archived from <a rel="nofollow" class="external text" href="http://pipes.yahoo.com/pipes/">the original</a> on 2015-01-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2015-01-03</span></span>.</cite></span>
</li>
</ol></div></div>
<ul><li>Based on material from the <a href="Free_On-line_Dictionary_of_Computing" title="Free On-line Dictionary of Computing">Free On-line Dictionary of Computing</a>, used with permission.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}


/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}


/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="Types_of_programming_languages107" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div id="Types_of_programming_languages107" style="font-size:114%;margin:0 4em"><a href="Programming_paradigm" title="Programming paradigm">Types of programming languages</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Level</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Machine_code" title="Machine code">Machine</a></li>
<li><a href="Assembly_language" title="Assembly language">Assembly</a></li>
<li><a href="Compiled_language" title="Compiled language">Compiled</a></li>
<li><a href="Interpreted_language" class="mw-redirect" title="Interpreted language">Interpreted</a></li></ul>
<ul><li><a href="Low-level_programming_language" title="Low-level programming language">Low-level</a></li>
<li><a href="High-level_programming_language" title="High-level programming language">High-level</a></li>
<li><a href="Very_high-level_programming_language" title="Very high-level programming language">Very high-level</a></li>
<li><a href="Esoteric_programming_language" title="Esoteric programming language">Esoteric</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="Programming_language_generations" title="Programming language generations">Generation</a></th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="First-generation_programming_language" title="First-generation programming language">First</a></li>
<li><a href="Second-generation_programming_language" title="Second-generation programming language">Second</a></li>
<li><a href="Third-generation_programming_language" title="Third-generation programming language">Third</a></li>
<li><a href="Fourth-generation_programming_language" title="Fourth-generation programming language">Fourth</a></li>
<li><a href="Fifth-generation_programming_language" title="Fifth-generation programming language">Fifth</a></li></ul>
</div></td></tr></tbody></table></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1038841319">
/* start https://en.wikipedia.org/ */


.mw-parser-output .tooltip-dotted{border-bottom:1px dotted;cursor:help}


/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox authority-control" aria-labelledby="Authority_control_databases_frameless&amp;#124;text-top&amp;#124;10px&amp;#124;alt=Edit_this_at_Wikidata&amp;#124;link=https&amp;#58;//www.wikidata.org/wiki/Q683111#identifiers&amp;#124;class=noprint&amp;#124;Edit_this_at_Wikidata928" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Authority_control_databases_frameless&amp;#124;text-top&amp;#124;10px&amp;#124;alt=Edit_this_at_Wikidata&amp;#124;link=https&amp;#58;//www.wikidata.org/wiki/Q683111#identifiers&amp;#124;class=noprint&amp;#124;Edit_this_at_Wikidata928" style="font-size:114%;margin:0 4em">Authority control databases </div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">National</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://id.loc.gov/authorities/sh87006584">United States</a></span></li><li><span class="uid"><span class="rt-commentedText tooltip tooltip-dotted" title="vizuální programovací jazyky"><a rel="nofollow" class="external text" href="https://aleph.nkp.cz/F/?func=find-c&amp;local_base=aut&amp;ccl_term=ica=ph127124&amp;CON_LNG=ENG">Czech Republic</a></span></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://www.nli.org.il/en/authorities/987007534379305171">Israel</a></span></li></ul></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://lux.collections.yale.edu/view/concept/7b7d7b85-e509-4499-a18b-004df5157046">Yale LUX</a></span></li></ul></div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-05" href="https://en.wikipedia.org/wiki/?title=Visual_programming_language&amp;oldid=1298946737">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>